* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Agency FB';
  src: url("../img/AGENCYR.TTF");
}

#footer {
  background: #000000;
  padding-top: 90px;
  padding-bottom: 70px;
  /* clip-path: polygon(0 0, 95% 0, 100% 15%, 100% 100%, 0 100%); */
}

#footer .a:hover {
  color: #fff !important;
}

#footer .a:hover::after,
#footer .a:hover::before {
  display: block;
}

#footer .a {
  position: relative;
}

#footer .a::before,
#footer .a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: none;
}

#footer .a::before {
  border-right: 8px solid #0099AD;
  left: -18px;
  top: 50%;
  transform: translate(0, -50%);
}

#footer .a::after {
  border-left: 8px solid #0099AD;
  right: -18px;
  top: 50%;
  transform: translate(0, -50%);
}

#footer .footerBox {
  width: 1200px;
  margin: 0 auto;
}

#footer .footerBox .footerDetail {
  display: flex;
  justify-content: space-between;
}

#footer .footerBox .footerDetail .usService {
  display: flex;
  width: 288px;
  height: 140px;
  flex-wrap: wrap;
  justify-content: flex-start;

}

#footer .footerBox .footerDetail .usService>a {
  text-decoration: none;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  display: block;
  height: 20px;
  line-height: 20px;
  margin-top: 20px;
  margin-right: 53px;
}

#footer .footerBox .footerDetail .usService>a:nth-child(-n+3) {
  margin-top: 0px;
}

#footer .footerBox .footerDetail .usService>a:nth-child(3n) {
  margin-right: 0px;
}

#footer .footerBox .footerDetail .phoneNumber p:nth-of-type(1) {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

#footer .footerBox .footerDetail .phoneNumber p:nth-of-type(2) {
  color: #DDDDDD;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
  font-family: Agency FB;
}

#footer .footerBox .footerDetail .phoneNumber p:nth-of-type(3) {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  font-weight: 400;
  margin-top: 26px;
  text-transform: uppercase;
}

#footer .footerBox .footerDetail .phoneNumber p:nth-of-type(4) {
  color: #DDDDDD;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  font-weight: 400;
  font-family: Agency FB;
}

#footer .footerBox .footerDetail .QRcode {
  display: flex;
  justify-content: space-between;
  width: 263px;
}

#footer .footerBox .footerDetail .QRcode img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

#footer .footerBox .footerDetail .QRcode p {
  color: #999999;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
}

#footer .footerBox .Links {
  margin-top: 32px;
  padding-top: 27px;
  padding-bottom: 22px;
  border-top: 1px solid #aaaaaa;
  /* border-bottom: 1px solid #fff; */
  box-sizing: border-box;
  color: #999999;
  display: flex;
}

#footer .footerBox .Links p {
  width: 56px;
  font-size: 12px;
  color: #5D5B5D;
  font-weight: 400;
  line-height: 17px;
}

#footer .footerBox .Links .linksList {
  /* height: 46px; */
  box-sizing: border-box;
  width: 1118px;
  display: flex;
  flex-wrap: wrap;
  /*border-left: 1px solid #fff;*/
}

#footer .footerBox .Links .linksList>a {
  margin-left: 30px;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #5D5B5D;
  text-decoration: none;
  display: block;
  height: 17px;
  margin-bottom: 12px;
}

/* #footer .footerBox .Links .linksList>a:nth-child(n+13) {
  margin-top: 12px;
} */

#footer .footerBox .tipText {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

#footer .footerBox .tipText>section {
  display: flex;
  align-items: center;
}

#footer .footerBox .tipText>section p {
  font-size: 12px;
  color: #999999;
  font-weight: 400;
  margin-left: 13px;
}

#footer .footerBox .tipText>section .icp {
  font-size: 12px;
  color: #999999;
  font-weight: 400;
  margin-left: 13px;
}

#footer .footerBox .tipText>section img {
  width: 20px;
  height: 20px;
  display: block;
}